Kbase Authorization {KbaseKit}R Documentation

Get and Set MG-RAST Authorization Key

Description

Get and set the authorization key for access to MG-RAST resources.

Usage

.kbSetAuth(key = NULL, save = FALSE)
.kbGetAuth()

Arguments

key
save

Details

If kbGet does not function problem, the authorization key may need to be reset.

Warning

If you save your session upon exit from R, the authorization key is stored in .RData, which may be insecure.

Author(s)

Daniel Braithwaite

See Also

kbGet

Examples

.kbSetAuth( "HYnMCwTavrHNC9dWPC5GzmzSH" )
.kbGetAuth()

[Package KbaseKit version 0.9 Index]